* lisp/progmodes/python.el (python-mode-map): Remove binding for ":".
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Nov 2013 02:03:39 +0000 (21:03 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Nov 2013 02:03:39 +0000 (21:03 -0500)
commitf26ec0630fc6ef8a5242bb18744adb2615414b3e
treedd7f645c4beed801dbfffafd20d1702041ca7454
parent7f2d74cf0231e9efdba94caa914b6d0dd4c5311b
* lisp/progmodes/python.el (python-mode-map): Remove binding for ":".
(python-indent-electric-colon): Remove command.
(python-indent-post-self-insert-function): Integrate the previous code
of python-indent-electric-colon.  Make it conditional on
electric-indent-mode.
(python-mode): Add ?: to electric-indent-chars.
Move python-indent-post-self-insert-function to the end of
post-self-insert-hook.
lisp/ChangeLog
lisp/progmodes/python.el